home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
OpenStepConversion
/
IntermediateFrameworks1
/
AppKit.framework
/
Headers
/
NSCustomImageRep.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-29
|
426 b
|
24 lines
/*
NXCustomImageRep.h
Application Kit, Release 2.0
Copyright (c) 1988, 1989, 1990, NeXT, Inc. All rights reserved.
*/
#import "NSImageRep.h"
@interface NSCustomImageRep : NSImageRep
{
SEL drawMethod;
id drawObject;
int _reservedInt;
}
- initDrawMethod:(SEL)aMethod inObject:anObject;
- (BOOL)draw;
- read:(NXTypedStream *)stream;
- write:(NXTypedStream *)stream;
@end